home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
a_to_d
/
add123
/
prlotus.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-15
|
184 b
|
14 lines
program Prlotus;
uses
Forms,
Prlmain in 'PRLMAIN.PAS' {FPrl},
U123 in 'U123.PAS';
{$R *.RES}
begin
Application.CreateForm(TFPrl, FPrl);
Application.Run;
end.